Obsidian Admonitions Plugin Markdown 代码块

将代码块放入PPT 内部,并自动实现代码高亮。

    let a = 1;
    let b = 2;
    let c = x => 1 + 2 + x;
    c(3);